projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a51568b
)
(View-revert-buffer-scroll-page-forward): Bind
author
Andreas Schwab
<schwab@suse.de>
Mon, 4 Jan 1999 11:04:27 +0000
(11:04 +0000)
committer
Andreas Schwab
<schwab@suse.de>
Mon, 4 Jan 1999 11:04:27 +0000
(11:04 +0000)
view-scroll-auto-exit instead of obsolete view-mode-auto-exit.
lisp/view.el
patch
|
blob
|
history
diff --git
a/lisp/view.el
b/lisp/view.el
index ca9ee827f5af4407763962bfeaa635fcb14b9d5d..593d29b6a24a79d6ba3b9197ec28237620fc6e5a 100644
(file)
--- a/
lisp/view.el
+++ b/
lisp/view.el
@@
-829,7
+829,7
@@
If you don't specify a prefix argument, it uses the number of lines set by
\\[View-scroll-page-backward-set-page-size].
If LINES is more than a window-full, only the last window-full is shown."
(interactive "P")
- (let ((view-
mode
-auto-exit nil)
+ (let ((view-
scroll
-auto-exit nil)
(view-try-extend-at-buffer-end t))
(view-scroll-lines lines nil view-page-size nil)))